﻿html {
    font-size: 41.4px;
}
body {
    font-family: 微软雅黑,"HelveticaNeue", Arial, HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlphaSans", sans-serif;
    font-size: 0.125rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-transition: opacity 800ms ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
    background-image: url(/static/2017/img/test.jpg?v2.1);
    background-size:auto;
    background-repeat: no-repeat;
    color: #FFF;
}
a {
    text-decoration: none;
    transition: all 1s;
}
    a:hover {
        color: #ff6a00;
    }
ul li {
    list-style: none;
}
img{
    border:0;
}
/*footer {
    background-color: #f6f6f6;
    width:100%;
    text-align:center;
}*/

.message {
    position: fixed;
    top: 30%;
    height: 0.46rem;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 9999;
    padding-top: 0.1rem;
    display: none;
}

    .message #message_text {
        color: #FFF;
    }
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0.01rem 0.01rem 0.01rem #353535;
    text-align: right;
    width: 100%;
    background: initial;
    z-index: 50;
    font-size: 0.09rem;
}
    footer a {
        color: #b3d1f6;
        margin-right: 0.05rem;
        font-size: 0.09rem;
    }
    footer .icon {
        width: 0.12rem;
    }
    footer input[type="checkbox"] {
        width: 0.10rem;
        margin-top: 0.02rem;
    }
#APPQRCode {
    position: fixed;
    left: calc(50% - 1.3rem);
    top: calc(50% - 0.5rem);
    z-index: 99;
    width: 2.6rem;
    height: auto;
    transition: 1s all;
    border-radius: 0.1rem;
    box-shadow: 0.05rem 0.05rem 0.4rem 0.01rem #000;
    border: 0.01rem #000 solid;
}
@keyframes my_mh {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
    }

    50% {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
    }
}

.txt_onerow {
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.txt_tworow {
    /*min-height: 0.4rem;*/
    max-height: 0.8rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt_threerow {
    min-height: 0.4rem;
    max-height: 0.8rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav {
    height: 0.75rem;
    width: 100%;
    /*background-color: #46a0c5;*/
    color: #FFF;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
    z-index: 50;
}

    .nav .user {
        position: absolute;
        bottom: 0.05rem;
        right: 0.05rem;
        text-align: center;
        line-height: 120%;
        width: 0.38rem;
        cursor: pointer;
        transition: all 0.6s;
    }

        .nav .user .head {
            width: 100%;
            border: 0.01rem solid #fff;
            border-radius: 0.08rem;
            display: inline-block;
        }

        .nav .user .name {
            font-size: 0.09rem;
        }

        .nav .user:hover {
        }

    .nav .logo {
        width: 2rem;
        position: absolute;
        left: 0.05rem;
        top: 0.05rem;
        transition: all 0.6s;
    }
    /*.nav .logo:hover {
                width:2.5rem;
                left:-0.25rem;
            }*/
    .nav .all-menu {
        position: relative;
        height: 100%;
        width: 2.5rem;
    }

        .nav .all-menu:hover #sortTree {
            display: block;
        }

    .nav #sortTree {
        background: rgba(0,0,0,0.8);
        overflow: auto;
        padding: 0.1rem;
        width: auto;
        position: absolute;
        top: 0.63rem;
        left: 0.08rem;
        display: none;
    }

        .nav #sortTree ul {
            margin: 0.02rem 0;
            overflow: hidden;
            padding: 0 0 0 0.1rem;
        }

        .nav #sortTree li span,
        .nav #sortTree li a {
            cursor: pointer;
            color: #FFF;
            transition: all 0.6s;
        }

        .nav #sortTree li a {
            margin-left: 0.04rem;
        }

        .nav #sortTree .clost {
            height: 0;
        }

        .nav #sortTree .open {
            color: #8a8a8a;
        }

        .nav #sortTree a:hover {
            color: #a1a1a1;
        }
    .nav .icons {
        position: absolute;
        right: 0.7rem;
        top: 0.05rem;
        text-align: center;
    }

        .nav .icons div {
            float: right;
            margin: 0.1rem 0.1rem;
        }

            .nav .icons div:hover h2, .nav .icons div:hover svg {
                color: #ff6a00;
                fill: #ff6a00;
            }

        .nav .icons svg {
            width: 0.2rem;
            height: 0.2rem;
            fill: #FFF;
            -webkit-font-smoothing: subpixel-antialiased;
            transition: 1s all;
        }
     .search {
        margin: 0.01rem 0.1rem !important;
        position: relative;
    }

        .search input {
            background-color: rgba(0, 0, 0,0);
            border: 0;
            border-bottom: 0.01rem solid rgba(155, 155, 155,0.5);
            /*border: 1px solid rgba(0, 0, 0,0.2);
            border-radius: 0.1rem;*/
            width: 0.9rem;
            height: 0.22rem;
            margin-top: 0.07rem;
            padding: 0 0.2rem 0 0.1rem;
            color: #FFF;
            font-size: 0.12rem;
            text-align: center;
        }

             .search input::-webkit-input-placeholder {
                color: rgba(255, 255, 255,0.4);
                font-size: 0.08rem;
            }

         .search svg {
            position: absolute;
            right: 0.02rem;
            top: 0.09rem;
        } 
    .nav .menu {
        position: absolute;
        bottom: 0.05rem;
        right: 0.8rem;
    }

        .nav .menu .column {
            padding: 0.05rem 0.02rem;
            margin: 0 0.08rem;
            display: inline-block;
            transition: all 1s;
            border-bottom: 0.02rem solid rgba(0,0,0,0);
        }
        .nav .menu .select {
            border-bottom: 0.02rem solid rgba(255,255,255,0.4);
        }
            .nav .menu .column:hover {
                border-bottom: 0.02rem solid #ffffff;
            }

                .nav .menu .column:hover a {
                }

            .nav .menu .column a {
                color: #fff;
                font-size: 0.14rem;
            }
#zhiding {
    position: fixed;
    z-index: 60;
    bottom: 0.4rem;
    right: 0.6rem;
    width: 0.4rem;
    fill: #eee;
    cursor: pointer;
    transition: 1s all;
    opacity: 0.5;
}

    #zhiding:hover {
        fill: #ff6a00;
        opacity: 1;
    }
.row-width {
    margin: auto;
    position: relative;
    width: 10rem;
}




.container {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: absolute;
    z-index: 10;
    left:0;
    background-color: rgba(0,0,0,0.5);
}

    .container > .row-width {
        margin: 0.75rem auto 0 auto;
        padding: 0;
    }

        .container > .row-width > .title {
            font-size: 0.25rem;
            padding: 0.2rem 0.1rem 0.1rem 0.1rem;
            margin: 0 0 0.1rem 0;
            text-shadow: 0.02rem 0.02rem 0.08rem #000;
        }

        .container > .row-width > .desc {
            font-size: 0.12rem;
            padding: 0.1rem;
            border-bottom: 0;
            background-color: rgba(0,0,0,0.3);
            box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
        }
            .container > .row-width > .desc a {
                margin-right: 0.12rem;
                color: #eee;
            }
                .container > .row-width > .desc a:hover {
                    color: #ff6a00
                }
        .container > .row-width > .content > .extend > .recommend {
            padding: 0rem;
        }

            .container > .row-width > .content > .extend > .recommend > .title {
                padding: 0.1rem;
            }

            .container > .row-width > .content > .extend > .recommend ul {
                margin: 0;
                padding: 0;
                background-color: #d7d7d7;
            }

                .container > .row-width > .content > .extend > .recommend ul .col_0 {
                    width: 0.8rem;
                    height: 0.7rem;
                }

                .container > .row-width > .content > .extend > .recommend ul .row0 .img {
                    height: 1.4rem;
                }

                .container > .row-width > .content > .extend > .recommend ul .col2 > div {
                    width: 1.3rem;
                    height: 0.8rem;
                    margin: 0 0.01rem;
                }

                .container > .row-width > .content > .extend > .recommend ul .col3 > div {
                    width: 0.9rem;
                    height: 0.62rem;
                    margin: 0 0.01rem;
                }

        .container > .row-width > .content > .extend > .introduction {
            font-size: 0.1rem;
            text-align: right;
        }

            .container > .row-width > .content > .extend > .introduction img {
                width: 100%;
            }

            .container > .row-width > .content > .extend > .introduction svg {
                width: 0.11rem;
                height: 0.11rem;
                fill: #000;
                vertical-align: middle;
                display: inline-block;
                margin-left: 0.12rem;
            }

            .container > .row-width > .content > .extend > .introduction span {
                vertical-align: middle;
                display: inline-block;
            }

            .container > .row-width > .content > .extend > .introduction a {
                vertical-align: middle;
                display: inline-block;
                color: #000;
                margin-right: 0.02rem;
            }

                .container > .row-width > .content > .extend > .introduction a:hover {
                    color: #ff6a00;
                }

            .container > .row-width > .content > .extend > .introduction .original {
                color: #FF3399;
                fill: #FF3399;
            }

            .container > .row-width > .content > .extend > .introduction .from {
                color: #3366FF;
                fill: #3366FF;
            }



        .container > .row-width > .content {
        }

            .container > .row-width > .content > .main {
                width: 6.5rem;
                float: left;
                overflow: hidden;
                padding: 0.2rem;
                background-color: #FFF;
                color: #000;
                box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
                position: relative;
            }
                .container > .row-width > .content > .main .html {
                    max-width: 1020px;
                    margin: auto;
                    background: #FFF;
                    padding: 0.1rem;
                }
                .container > .row-width > .content > .main .html img {
                    max-width: 100% !important;
                    height: auto !important;
                }

                .container > .row-width > .content > .main .html object,
                .container > .row-width > .content > .main .html embed,
                .container > .row-width > .content > .main .html iframe,
                .container > .row-width > .content > .main .html canvas,
                .container > .row-width > .content > .main .html video {
                    width: 100% !important;
                    height: auto;
                    box-shadow: 0.02rem 0.02rem 0.02rem #949494;
                    overflow: hidden;
                    Height: 4.2rem !important;
                }

                .container > .row-width > .content > .main .html div {
                    max-width: 100% !important;
                    /*Height: auto !important;*/
                }

                .container > .row-width > .content > .main .html p {
                    line-height: 160% !important;
                }

            .container > .row-width > .content > .extend {
                float: right;
                width: 3rem;
            }

                .container > .row-width > .content > .extend > div {
                    box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
                    background-color: #fff;
                    margin-bottom: 0.15rem;
                    color: #000;
                    padding: 0.1rem;
                }

                    .container > .row-width > .content > .extend > div .title {
                    }

            .container > .row-width > .content .support {
                fill: #808080;
                color: #808080;
                width: 0.3rem;
                position: fixed;
                left: 7.2rem;
                top: 1.6rem;
                z-index: 999;
                cursor: pointer;
                opacity: 0.6;
            }





.ei_comment_emote_box {
    padding: 0.1rem 0.0rem;
    border: 0.02rem solid #ccc;
    text-align: left;
    border-radius: 0.1rem;
    margin: 0 0.1rem;
}

    .ei_comment_emote_box ul li i {
        position: relative;
        width: 0.6rem;
        height: 0.6rem;
        margin: 0.1rem 0.06rem
    }

    .ei_comment_emote_box .ei_emote {
        width: 0.6rem;
        height: 0.6rem;
    }
 
#CommentHtml ul {
    margin: 0;
    padding: 0;
}

    #CommentHtml ul li {
        position: relative;
        margin: 0.1rem 0;
        font-size: 0.12rem;
    }

        #CommentHtml ul li .content {
            float: right;
            width: 5.3rem;
            margin-bottom: 0.1rem;
        }

            #CommentHtml ul li .content ul {
                background-color: #eee;
                padding: 0 0.05rem;
            }

                #CommentHtml ul li .content ul li {
                    font-size: 0.12rem;
                }

                    #CommentHtml ul li .content ul li .name {
                        color: #41a2c5;
                        font-size: 0.12rem;
                        margin-right: 0.05rem;
                    }

                    #CommentHtml ul li .content ul li .date {
                        color: #b6b6b6;
                        font-size: 0.11rem;
                        margin-right: 0.05rem;
                    }

                    #CommentHtml ul li .content ul li .comm {
                        color: #808080;
                        font-size: 0.12rem;
                        margin-right: 0.05rem;
                    }

            #CommentHtml ul li .content .ei_emote {
                width: 0.23rem;
                height: 0.23rem;
            }

            #CommentHtml ul li .content img {
                max-width: 3.5rem !important;
                max-height: 3rem !important;
            }

            #CommentHtml ul li .content .info {
                margin-top: 0.1rem;
            }

                #CommentHtml ul li .content .info .name {
                    color: #41a2c5;
                    font-size: 0.18rem;
                }
                #CommentHtml ul li .content .info .addrstr {
                    color: #808080;
                    font-size: 0.10rem;
                    margin-left: 0.12rem;
                }
                #CommentHtml ul li .content .info .date {
                    color: #808080;
                    float: right;
                    font-size: 0.13rem;
                }

            #CommentHtml ul li .content .but {
                margin-top: 0.2rem;
                text-align: right;
                color: #808080;
                font-size: 0.10rem;
            }

                #CommentHtml ul li .content .but .com_support {
                    margin-right: 0.15rem;
                }

                #CommentHtml ul li .content .but a {
                    cursor: pointer;
                }

                #CommentHtml ul li .content .but .del {
                    float: left;
                }

                #CommentHtml ul li .content .but .com_support img {
                    width: 0.13rem;
                }

        #CommentHtml ul li .hr {
            clear: both;
            border-bottom: 1px #eee solid;
        }

        #CommentHtml ul li .headimg {
            float: left;
            border-radius: 1rem;
            width: 0.8rem;
            height: 0.8rem;
            border: #FFF 0.05rem solid;
        }
    #CommentHtml .type3 {
        margin: 0;
        margin-top: 0.1rem;
        background-color: #283f41;
        transition: all 0.5s;
        padding: 0.05rem 0;
        border-radius: 0.12rem;
    }

        #CommentHtml .type3 .img {
            width: 0.8rem;
            height: 0.6rem;
            margin: 0.05rem 0.05rem 0 0.05rem;
            display: inline-block;
            border: 0.01rem #fff solid;
            border-radius: 0.12rem;
            overflow: hidden;
            position: relative;
        }

            #CommentHtml .type3 .img img {
                width: 100%;
                height: 100%;
            }

        #CommentHtml .type3 .left {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 1.5rem);
            margin-left: 0.05rem;
            margin-top: 0.05rem;
            color: #FFF;
            font-size: 0.18rem;
        }

.commend {
}

    .commend .title {
        padding: 0.05rem 0;
        color: #41a2c5;
    }

    .commend .comment_user {
        color: #808080;
        text-align: left;
        display: none;
    }

        .commend .comment_user span {
            color: red;
            padding-left: 0.08rem;
        }

    .commend textarea {
        width: 95%;
        border-radius: 0.1rem;
        margin: 0.05rem 0;
        padding: 0.1rem;
        font-size: 0.125rem;
    }

    .commend .but_row {
        width: 96%;
        height: 0.22rem;
        position: relative;
        margin: 0 2% 0.1rem 2%;
    }

        .commend .but_row .emote {
            position: absolute;
            top: -0.05rem;
            left: 0.05rem;
        }

            .commend .but_row .emote img {
                width: 0.3rem;
                height: 0.3rem;
            }

        .commend .but_row span {
            position: absolute;
            color: #808080;
            font-size: 0.12rem;
            top: 0.02rem;
            right: 1.3rem;
            text-align: right;
        }

        .commend .but_row .button {
            padding: 0.03rem 0.4rem;
            border: 0;
            background-color: #41a2c5;
            color: #FFF;
            border-radius: 0.1rem;
            font-size: 0.12rem;
            position: absolute;
            right: 0.05rem;
        }

    .commend .explain {
        margin: 0.3rem 0 0.2rem 0;
        width: 100%;
        color: #808080;
        font-size: 0.10rem;
        text-align: center;
    }

        .commend .explain a {
            color: #999;
            margin: 0 0.05rem;
        }

            .commend .explain a:hover {
                color: #ff6a00;
            }








.page {
    width: 0.38rem;
    position: fixed;
    /*bottom: 0.4rem;*/
    top: 1.95rem;
    right: 0.5rem;
    z-index: 55;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    padding: 0.1rem 0.1rem;
    box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
}

    .page a {
        color: #FFF;
        padding: 0.01rem 0.01rem;
        margin: 0.1rem 0;
        line-height: 180%;
        font-size: 0.11rem;
    }

        .page a:hover {
            color: #ff6a00;
        }

    .page .number {
        font-size: 0.01rem;
        color: #eee;
    }

    .page .current {
        color: #000;
        font-size: 0.09rem;
    }

.weblist {
    margin: 0 auto;
    position: relative;
    background-color: rgba(0,0,0,0.2);
}

    .weblist .column {
        width: 2rem;
        padding: 0.1rem;
        margin: 0.11rem 0.10rem;
        position: absolute;
        transition: all 1s;
        background-color: rgba(255,255,255,0.2);
        box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
    }

        .weblist .column:hover {
            background-color: rgba(0,0,0,0.7);
        }
        .weblist .column:hover img {
            transform: scale(1.2);
        }
        .weblist .column .play {
            width: 100%;
            background: url(/static/img/videoplay.png) center no-repeat;
            background-size: 1.7rem;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
        }

        .weblist .column .img {
            position: relative;
            width: 2.0rem;
            overflow:hidden;
        }

        .weblist .column img {
            width: 100%;
            transition: all 0.6s;
        }
            

        .weblist .column .tile {
            font-weight: 400;
            text-shadow: 0.01rem 0.01rem 0.01rem #000;
            margin: 0.05rem 0;
            color: #eee;
        }

        .weblist .column .desc {
            font-weight: normal;
            text-shadow: 0.01rem 0.01rem 0.01rem #000;
            margin: 0.1rem 0;
            font-size: 0.095rem;
            color: #cccccc;
        }


        .weblist .column hr {
            border: 0.01rem #eee solid;
            border-top: 0;
        }

        .weblist .column .extend {
            font-size: 0.09rem;
            color: #FFF;
            text-align: right;
        }

            .weblist .column .extend .original {
                color: #99e1f8;
                fill: #99e1f8;
            }
            .weblist .column .extend svg {
                width: 0.11rem;
                height: 0.11rem;
                fill: #FFF;
                vertical-align: middle;
                display: inline-block;
                margin-left: 0.1rem;
            }

            .weblist .column .extend span {
                vertical-align: middle;
                display: inline-block;
            }

            .weblist .column .extend a {
                vertical-align: middle;
                display: inline-block;
                color: #FFF;
                margin-right: 0.02rem;
            }

            .weblist .column .extend a:hover {
                color: #ff6a00;
            }


.waplist {
}

    .waplist img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        max-width: 120%;
    }

    .waplist .item {
        width: 100%;
        padding: 0.01rem 0;
    }

        .waplist .item h4 {
            color: #383838;
            -webkit-margin-before: 0.02rem;
            /* font-weight: 500; */
            height: auto;
        }

        .waplist .item h4 {
            color: #383838;
            -webkit-margin-before: 0.02rem;
            /* font-weight: 500; */
        }

        .waplist .item h6 {
            text-align: left;
            line-height: 140%;
            color: #808080;
            min-height: 0;
            margin: 0.08rem 0;
        }

        .waplist .item .row0 {
            background: #fff;
            transition: 0.6s all;
        }

            .waplist .item .row0 .img {
                position: relative;
                height: 1.8rem;
                overflow: hidden;
            }

                .waplist .item .row0 .img .sort {
                    position: absolute;
                    left: 0.02rem;
                    top: 0.02rem;
                    color: #d7d7d7;
                }

                .waplist .item .row0 .img .date {
                    position: absolute;
                    right: 0.02rem;
                    top: 0.02rem;
                    color: #e0e0e0;
                }

                .waplist .item .row0 .img img {
                    width: 100%;
                }

                    .waplist .item .row0 .img img:hover {
                        opacity: 0.8;
                    }

                .waplist .item .row0 .img h4 {
                    position: absolute;
                    width: 90%;
                    padding: 0.1rem 5% 0.15rem 5%;
                    left: 0;
                    bottom: -0.17rem;
                    color: #fff;
                    text-shadow: 0.02rem 0.02rem 0.1rem #000;
                    text-align: center;
                    text-shadow: 0.02rem 0.02rem 0.1rem #000;
                    text-align: center;
                    line-height: 0.5rem;
                    height: 0.5rem;
                    background: rgba(0,0,0,0.7);
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
                }

                .waplist .item .row0 .img h6 {
                    position: absolute;
                    bottom: 0rem;
                    width: 90%;
                    text-align: center;
                    padding: 0rem 5% 0rem 5%;
                    height: auto;
                    color: #e0e0e0;
                }

                .waplist .item .row0 .img .play {
                    width: 100%;
                    background: url(/static/img/videoplay.png) center no-repeat;
                    background-size: 2rem;
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 1.6rem;
                }

        .waplist .item .row1 {
            width: 98%;
            margin: 0.02rem 1%;
            display: -moz-box;
            display: -webkit-box;
            display: box;
            position: relative;
            padding: 0.08rem 0;
            background: #fff;
            transition: 0.6s all;
        }

            .waplist .item .row1:hover {
                background: #eeeeee;
            }

                .waplist .item .row1:hover .col_0 img {
                    opacity: 0.8;
                }

            .waplist .item .row1 .col_0 {
                -moz-box-flex: 0;
                -webkit-box-flex: 0;
                box-flex: 0;
                width: 1.3rem;
                height: 1.0rem;
                overflow: hidden;
                background-color: #000;
                margin-left: 0.07rem;
            }

                .waplist .item .row1 .col_0 img {
                    width: 140%;
                }

            .waplist .item .row1 .col_1 {
                width: 140%;
            }

            .waplist .item .row1 .col_1 {
                -moz-box-flex: 1;
                -webkit-box-flex: 1;
                padding: 0 0.1rem;
            }

                .waplist .item .row1 .col_1 .mark {
                    position: absolute;
                    bottom: 0.05rem;
                    text-align: left;
                    color: #ff0000;
                    font-size: 0.1rem;
                }

                .waplist .item .row1 .col_1 .extend {
                    position: absolute;
                    right: 0;
                    bottom: 0.05rem;
                    text-align: right;
                }

                    .waplist .item .row1 .col_1 .extend span {
                        font-size: 0.1rem;
                        color: #808080;
                        margin: 0 0.05rem;
                    }

        .waplist .item .row3 {
            text-align: center;
            width: 98%;
            margin: auto;
            background: #fff;
            padding: 0.05rem 0;
            transition:0.6s all;
        }
           
            .waplist .item .row3:hover {
                background: #eeeeee;
            }

                .waplist .item .row3:hover .col_0 img {
                    opacity: 0.8;
                }

            .waplist .item .row3 h4 {
                margin: 0 0.3rem;
                font-size: 0.14rem;
            }

            .waplist .item .row3 .col3 > div {
                width: 1.4rem;
                height: 1.0rem;
                overflow: hidden;
                margin: 0 0.05rem;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

            .waplist .item .row3 .col2 > div {
                width: 2.1rem;
                height: 1.2rem;
                overflow: hidden;
                margin: 0 0.05rem;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

            .waplist .item .row3 h6 {
                margin: 0.05rem 0.2rem;
            }

            .waplist .item .row3 .extend {
                text-align: right;
                color: #808080;
                font-size: 0.1rem;
            }

                .waplist .item .row3 .extend span {
                    margin: 0 0.1rem;
                }